home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Tele / M / MUBBS / Whoson15 Folder / WhosOn Docs < prev    next >
Encoding:
Text File  |  1993-03-02  |  2.7 KB  |  82 lines  |  [TEXT/PCXT]

  1.  
  2. **** WhosOn *****
  3.  
  4.  A module by Scott Szretter.
  5.  
  6.  What does it do?
  7.  Basically, it will allow you, and your callers to see "Whos On"...
  8.  
  9.  It will list the status of all of your lines, like so:
  10.  
  11.  Line 1: "Scott Szretter" at 9600
  12.          From: Natick, MA   At: menu1
  13.  Line 2: INACTIVE
  14.  Line 3: "Joe Doe" at 1200
  15.          From: San Fransisco, CA  At: chat
  16.  Line 4: INACTIVE
  17.  Line 5: INACTIVE
  18.  
  19.  and so on...  It will list ONLY the number of lines that you have.
  20.   (Anotherwords if you one have two lines - one modem and the mac keyboard, it
  21.    will only list Line 1 and Line 2 status's.)
  22.  
  23.  This is a helpful module if you have more than one line, so another caller
  24.   can see if someone else is on to chat with, or when one comes out,
  25.   someone to play a multi-user game with...
  26.  
  27.  To install - just copy into the modules file with res-edit.
  28.  It should be called 'WhosOn'.
  29.  
  30.  To use, simple edit your 'maincaller.info' file in the caller folder, and
  31.   add the module name somewhere before the 'menu1' module name.
  32.  
  33.  It creates no files, and only requires a file called "WhosOn.info"
  34. to be in your "bbssupport" folder.
  35.  
  36.  This file contains 4 numbers (either 1 or 0).
  37. Example:
  38.  
  39.  
  40. 1    < first line
  41. 1
  42. 1
  43. 1
  44. 1    < last line
  45.  
  46.  
  47. 1=do it, 0=dont do it.
  48.  
  49. The first line is wether to check the users phone.
  50. If there is NO phone number in the users file, it will ask the user for one.
  51.  
  52. The second line is wether to check the users handle.
  53. If it is equal to "noalias" then it will ask the user for one.
  54.  
  55. The third line is wether to check the users birth date.
  56. If its is blank, it will ask for the users birth date.
  57.  
  58. The fourth line is whether to show the 'holiday' files.
  59. To use them, simply put a 1 on the 4th line in the file, and put the folder
  60.  'Holiday' in the same folder as your MUBBS application, and bingo.
  61. How it works, is the module simply looks at todays date, and looks for a file
  62.  with the same date..... 
  63. So if its 12/25, then the module will look for a text file in the Holiday folder named "12/25", and send it to the user if its there........
  64.  
  65.  
  66.  *****  THIS PART WAS CHANGED FROM VERSION 1.4 to 1.5 ******
  67.     
  68.                                  READ READ READ READ
  69.  
  70. The fifth line is whether to show the 'cookie' text.
  71.  The file cookie.txt should be put in the Holiday folder in the mubbs folder, 
  72.   and the module will display a fortune to the users each time they log on.
  73.  You may add/edit/delete any messages in this file.
  74.  Type a ~ and press return after each cookie.
  75.  If you Add or Delete any cookies, be sure to throw out the cookie.count file.
  76.  This file is created if it isnt found.   It is so whoson knows how many
  77.    cookies are in the cookie.txt file.
  78.  
  79. Any questions/comments, contact me (Scott Szretter) on AOL (Scott001) or
  80.   HMM BBS (508)655-8927.
  81.  
  82.  Thank you.